home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / emacssrc.zip / EMACSSRC.TAR / emacs-19.17 / src / tparam_p.h < prev    next >
C/C++ Source or Header  |  1993-10-07  |  212b  |  9 lines

  1. #ifndef __TPARAM_P_H__
  2. #define __TPARAM_P_H__
  3.  
  4. extern char * _VARARGS_ tparam _P_((char *string, char *outstring, int len,
  5.                      ...));
  6. extern char * tgoto _P_((char *cm, int hpos, int vpos));
  7.  
  8. #endif
  9.